📜 Scribe: Updated Architecture & Vision Docs#13
Conversation
- Create docs/ARCHITECTURE_TECHNICAL.md as master technical document - Rewrite docs/VisionAPI.md to reflect actual Detect-Review-Crop pipeline - Update README.md to fix Vision API vs Gemini references and add new doc links
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
This PR updates the documentation to accurately reflect the current codebase state, specifically correcting the confusion between Google Cloud Vision API (Production) and Google Gemini (Experimental Script).
Changes:
docs/ARCHITECTURE_TECHNICAL.md: A comprehensive technical overview of the stack, data models, and core workflows.docs/VisionAPI.md: Rewritten to describe the actual "Assisted Cookie Detection Pipeline" (Detect -> Review -> Crop) implementation using Cloud Functions andsharp, replacing the outdated "auto-crop" plan.README.md: Corrected the "Key Features" list to specify Google Cloud Vision API usage and added links to the new technical documentation.Drift Resolved:
scripts/detect-all-images.js), while the production app uses Vision API (functions/src/index.ts).PR created automatically by Jules for task 5914586858766920866 started by @TytaniumDev